Intersoft ClientUI Documentation
GetString Method (ObservableResource<T>)



The resource key of which string to retrieve.
Gets the localized string directly from the resource manager.
Syntax
Public Overridable Function GetString( _
   ByVal key As String _
) As String
Dim instance As ObservableResource(Of T)
Dim key As String
Dim value As String
 
value = instance.GetString(key)
public virtual string GetString( 
   string key
)
public:
virtual String^ GetString( 
   String^ key
) 

Parameters

key
The resource key of which string to retrieve.

Return Value

The localized string.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ObservableResource<T> Class
ObservableResource<T> Members

Send Feedback